home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_1419 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-09-27  |  253 b   |  11 lines

  1. on(press){
  2.    if(_root.spoints > 0)
  3.    {
  4.       _root.castleMaxHp += 6;
  5.       _root.vit += 1;
  6.       _root.vit1 = "Vitility: " + _root.vit;
  7.       _root.spoints -= 1;
  8.       _root.mstats = "You currently have " + _root.spoints + " stats.";
  9.    }
  10. }
  11.